home *** CD-ROM | disk | FTP | other *** search
/ Nothing but Tetris / Nothing but Tetris.iso / menu.lha / IBMPC / MIXED2 / TETDEMO / PLAY_MON.BAT < prev    next >
DOS Batch File  |  1980-01-06  |  121b  |  10 lines

  1. @echo off
  2. sound b8000 > nul
  3.   if %1. == .   goto nopath
  4.   ftf_mono 1 %1\
  5.   goto end
  6. :nopath
  7.   ftf_mono 0
  8. :end
  9.  
  10.